From: Bryan Tong Minh Date: Sat, 30 Apr 2011 22:12:51 +0000 (+0000) Subject: Fix bug in Status::getItemXML X-Git-Tag: 1.31.0-rc.0~30486 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=128b544632a447c1f7715dcdf050803189221188;p=lhc%2Fweb%2Fwiklou.git Fix bug in Status::getItemXML --- diff --git a/includes/Status.php b/includes/Status.php index 01b824f68f..79179f531d 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -146,7 +146,7 @@ class Status { foreach ( $params as $param ) { $xml .= Xml::element( 'param', null, $param ); } - $xml .= "type}>\n"; + $xml .= "\n"; return $xml; }